ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1MultiSelectGroupItem Class / C1MultiSelectGroupItem Constructor / C1MultiSelectGroupItem Constructor(IDataCollectionGroup<Object,Object>,Int32)
The group item.
The index of the group inside the collection of groups.

In This Topic
    C1MultiSelectGroupItem Constructor(IDataCollectionGroup<Object,Object>,Int32)
    In This Topic
    Initializes a new instance of the C1MultiSelectGroupItem class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal group As C1.DataCollection.IDataCollectionGroup(Of Object,Object), _
       ByVal dataIndex As Integer _
    )
    public C1MultiSelectGroupItem( 
       C1.DataCollection.IDataCollectionGroup<object,object> group,
       int dataIndex
    )

    Parameters

    group
    The group item.
    dataIndex
    The index of the group inside the collection of groups.
    See Also